projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75151a
)
* lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.
author
Nicolas Petton
<nicolas@petton.fr>
Fri, 24 Apr 2015 17:33:18 +0000
(19:33 +0200)
committer
Nicolas Petton
<nicolas@petton.fr>
Fri, 24 Apr 2015 17:33:18 +0000
(19:33 +0200)
lisp/emacs-lisp/map.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/map.el
b/lisp/emacs-lisp/map.el
index 087ab286ac33d1dbe94ed00af37eeab13904636f..3984b08c44e7037710cf51fe8eda2746119c002e 100644
(file)
--- a/
lisp/emacs-lisp/map.el
+++ b/
lisp/emacs-lisp/map.el
@@
-206,7
+206,7
@@
ARGS should have the form [TYPE FORM]...
The following keyword types are meaningful: `:list',
`:hash-table' and `array'.
-An error is thrown if MAP is neither a list, hash-table or array.
+An error is thrown if MAP is neither a list, hash-table
n
or array.
Return RESULT if non-nil or the result of evaluation of the
form.